home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000414_news@columbia.edu _Mon Jul 17 13:10:46 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA03451
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 17 Jul 2000 13:10:45 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA03970
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Jul 2000 13:10:45 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA02847
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 17 Jul 2000 12:44:02 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: rnglauz@ucdavis.edu
  13. Subject: Kermit with VB 6.0
  14. Date: Mon, 17 Jul 2000 08:46:09 -0800
  15. Organization: University of California, Davis
  16. Message-ID: <rnglauz-1707000846090001@news.ucdavis.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. We have an old 386 server using IBM-PC Kermit-MS 2.32/a (1989).  It works
  20. fine for accepting and sending files to HP48G which we use for data
  21. collection.  It is on line 24 hours a day.  It has been in use for 5
  22. years.  Server is set for 9600 baud.
  23.  
  24. I am writing a VB 6.0 program and I would like to be able to send a file
  25. to the server.  This program will be distributed to about 100-150
  26. customers.  Is there a DLL which will do this easily?  
  27.  
  28. With the HP48 we send a file to the server, download a file from the
  29. server,  send instructions to the server to copy the file onto a backup
  30. folder, copy the file to a floppy, delete a file.  The HP48 works very
  31. simply and efficiently.  The transfer protocol is 9600 baud, 94 byte
  32. packets.  Slow but the files never take over a few minutes.
  33.  
  34. We have tried to use PDQ Comm and TApi but the documentation is so bad
  35. that it is very difficult to figure out what to do.  Supposedly PDQ Comm
  36. (now supported by Sax Software) has it but cannot tell.
  37.  
  38. Any suggestions would be appreciated.
  39.  
  40. Thanks, Bob.